ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ScatterMapLayer<T> Class / ScatterMapLayer<T> Constructor
The owner which owns this map layer.

In This Topic
    ScatterMapLayer<T> Constructor
    In This Topic
    Creates one ScatterMapLayer<T> instance.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal owner As FlexMap(Of T) _
    )
    public ScatterMapLayer<T>( 
       FlexMap<T> owner
    )

    Parameters

    owner
    The owner which owns this map layer.
    See Also